SByteN.INumeric<SByteN>.IsGreaterThan Method

Determines whether the current value is greater than the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<SByteN>.IsGreaterThan(
	SByteN value
)

Parameters

value  SByteN
The value to compare with the current value.

Return Value

Boolean
true if the current value is greater than value; otherwise, false.

Implements

INumeric<TSelf>.IsGreaterThan(TSelf)

See Also